home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / dble.z / dble
Text File  |  1998-10-30  |  2KB  |  65 lines

  1. DBLE(3M)                                               Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      DDBBLLEE, DDFFLLOOAATT - Converts to type double precision
  6.  
  7. SSYYNNOOPPSSIISS
  8.      DDBBLLEE (([AA==]_a))
  9.  
  10.      UNICOS, UNICOS/mk, and IRIX systems:
  11.      DDFFLLOOAATT (([AA==]_a))
  12.  
  13. IIMMPPLLEEMMEENNTTAATTIIOONN
  14.      UNICOS, UNICOS/mk, and IRIX systems
  15.  
  16. SSTTAANNDDAARRDDSS
  17.      DDBBLLEE:  Fortran 90 standard
  18.      DDFFLLOOAATT is a compiler extension to Fortran 90.
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.      These functions convert specified types to double precision type.
  22.  
  23.      DDBBLLEE and DDFFLLOOAATT are elemental functions for the CF90 compiler.
  24.  
  25.      _a_r_g or _a can be of type complex, integer, real, or double precision.
  26.  
  27.    AArrgguummeenntt RRaannggee
  28.      DDBBLLEE:
  29.  
  30.      Real, and double precision:
  31.                                                      2450
  32.           |_x|< infinity (infinity is approximately 10    )
  33.  
  34.           On UNICOS/mk systems and on CRAY T90 systems that support IEEE
  35.           arithmetic:
  36.                                            308
  37.                infinity is approximately 10
  38.  
  39.      Complex:
  40.  
  41.           |_x | < infinity; for complex arguments, _x =_x  + _i_x .
  42.             _r                                         _r     _i
  43.      Integer:
  44.                  63
  45.           |_x| < 2
  46.  
  47.      DDFFLLOOAATT:
  48.                  63
  49.           |_x| < 2
  50.  
  51. NNOOTTEESS
  52.      The name of this intrinsic cannot be passed as an argument.
  53.  
  54. RREETTUURRNN VVAALLUUEESS
  55.      DDBBLLEE returns the double-precision equivalent of its complex, integer,
  56.      real, or double-precision argument.
  57.  
  58.      DDFFLLOOAATT returns the double-precision floating-point equivalent of its
  59.      integer argument.
  60.  
  61. SSEEEE AALLSSOO
  62.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  63.      printed version of this man page.
  64.  
  65.